From cb749b16bab19f56a6ee67107ecdadfbc8d4ea3b Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 20 May 2001 08:49:19 +0000 Subject: [PATCH] (lisp-font-lock-keywords-1): Add `defvaralias'. --- lisp/font-lock.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/font-lock.el b/lisp/font-lock.el index 228359f3751..5b8cf16e7e8 100644 --- a/lisp/font-lock.el +++ b/lisp/font-lock.el @@ -2064,7 +2064,7 @@ This function could be MATCHER in a MATCH-ANCHORED `font-lock-keywords' item." ;; Definitions. (list (concat "(\\(def\\(" ;; Function declarations. - "\\(advice\\|alias\\|generic\\|macro\\*?\\|method\\|" + "\\(advice\\|varalias\\|alias\\|generic\\|macro\\*?\\|method\\|" "setf\\|subst\\*?\\|un\\*?\\|" "ine-\\(condition\\|\\(?:derived\\|minor\\)-mode\\|" "method-combination\\|setf-expander\\|skeleton\\|widget\\|" -- 2.30.2